home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / Knight Adventure ••• / card_2938.txt < prev    next >
Text File  |  1988-04-23  |  932b  |  49 lines

  1. -- card: 2938 from stack: in
  2. -- bmap block id: 19213
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: intro
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   go to next card
  9. end mouseUp
  10.  
  11.  
  12.  
  13. -- part 2 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=23 top=40 right=79 bottom=64
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 2478 / 2478
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Tell Me About...
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go to card "About"
  28. end mouseUp
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: 8000
  34. -- rect: left=350 top=38 right=72 bottom=382
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: 
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect iris close
  46.   go home
  47. end mouseUp
  48.  
  49.